home *** CD-ROM | disk | FTP | other *** search
/ Macromedia Multimedia Showcase 6.0 / Macromedia Multimedia Showcase v6.0 WIN-MAC (XMSH60CD)(Macromedia, Inc.)(1996).iso / pc / demosoft / xres / data.z / DFL1.PS < prev    next >
Text File  |  1996-03-29  |  1KB  |  31 lines

  1. %!
  2.  
  3. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4. %%                                    %%
  5. %% DefaultType1Halftone is the default halftone dictionary that's   %%
  6. %% appropriate for monochrome devices, as well as for compatibility %%
  7. %% with old code that modifies the screening parameters without     %%
  8. %% replacing them wholesale.                        %%
  9. %%                                    %%
  10. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11.  
  12. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13. %%                                    %%
  14. %% defaultspot is a TPro-specific operator that is used to avoid    %%
  15. %% the interpretation overhead for a spot function in cases where   %%
  16. %% you only want the default.                        %%
  17. %%                                    %%
  18. %% It produces a Euclidean dot at resolutions below 400dpi, and a   %%
  19. %% diamond spot at resolutions above 400dpi.                %%
  20. %%                                    %%
  21. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  22.  
  23. /DefaultType1Halftone <<
  24.   /HalftoneName /DefaultMonochrome
  25.   /HalftoneType 1
  26.   /Frequency 60
  27.   /Angle 45
  28.   /SpotFunction /defaultspot load
  29. >> /Halftone defineresource
  30.  
  31.